home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / go32 / fs / debug.h < prev    next >
C/C++ Source or Header  |  1995-03-21  |  77b  |  4 lines

  1. extern int can_longjmp;
  2. extern jmp_buf debugger_jmpbuf;
  3. void debugger(void);
  4.